Don't warn about _ not left unused in if-let and alike
authorMichael Heerdegen <michael_heerdegen@web.de>
Fri, 16 Feb 2024 21:07:18 +0000 (22:07 +0100)
committerEli Zaretskii <eliz@gnu.org>
Sun, 25 Feb 2024 07:39:32 +0000 (09:39 +0200)
commite680827e814e155cf79175d87ff7c6ee3a08b69a
tree5e1d4461a598012a0353a88afb1ec7651ebd6b33
parent6b800f9adf3506bf113539cf22cd07c7cda9f7b8
Don't warn about _ not left unused in if-let and alike

The macro expansions did not leave a variable _ unused; this triggered
an irritating compiler warning (bug#69108).

* lisp/subr.el (internal--build-binding): Handle bindings of the form
(_ EXPR) separately.
lisp/subr.el